Fixed broken model admin

This commit is contained in:
Sean Harvey 2009-05-15 01:43:04 +00:00
parent e4acc1bef3
commit 6b8102894b

View File

@ -1,7 +1,7 @@
<?php <?php
class TestModelAdmin extends ModelAdmin { class TestModelAdmin extends ModelAdmin {
protected static $managed_models = array( public static $managed_models = array(
"Client", "Client",
"Contact", "Contact",
"Project", "Project",