Fixed broken model admin

This commit is contained in:
Sean Harvey 2009-05-15 01:43:04 +00:00
parent e4acc1bef3
commit 6b8102894b
1 changed files with 1 additions and 1 deletions

View File

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