diff options
author | raylu <raylu@mixpanel.com> | 2011-07-02 17:02:07 -0700 |
---|---|---|
committer | raylu <raylu@mixpanel.com> | 2011-07-02 17:02:07 -0700 |
commit | 05a2b26d9038752a40348a3f226e44710833c49b (patch) | |
tree | 9bc3e49ac2e84b33ca5ff6e44eb7e5f2c02d13bf /models/Anime.php | |
parent | 83483a1826d1d05e2f9733746f35fef1939b8c0a (diff) | |
download | otakuhub-05a2b26d9038752a40348a3f226e44710833c49b.tar.xz |
pull in dev branch changes
not pulled: swiftmailer, gzip
Diffstat (limited to 'models/Anime.php')
-rw-r--r-- | models/Anime.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/models/Anime.php b/models/Anime.php index 34b999e..2798a43 100644 --- a/models/Anime.php +++ b/models/Anime.php @@ -23,7 +23,7 @@ class Anime extends \lithium\data\Model { - $total = Anime::count(array($by => $query)); + $total = self::count(array($by => $query)); break; default: |