diff options
Diffstat (limited to 'app/frontend/model/Entry.php')
-rw-r--r-- | app/frontend/model/Entry.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/app/frontend/model/Entry.php b/app/frontend/model/Entry.php index 4b93f04..1249118 100644 --- a/app/frontend/model/Entry.php +++ b/app/frontend/model/Entry.php @@ -34,10 +34,6 @@ class Entry extends ActiveRecord { 'Calendar' => [self::BELONGS_TO, 'Calendar', '_calendar'] ]; - public static function finder($className=__CLASS__) { - return parent::finder($className); - } - } ?> |