fix spell error

This commit is contained in:
wlx 2013-09-28 03:23:34 +00:00
parent 9a72b44369
commit b918763486
1 changed files with 1 additions and 1 deletions

View File

@ -1134,7 +1134,7 @@ class Admin_DataController extends Zend_Controller_Action
} }
else if ($ac == "water") else if ($ac == "water")
{ {
view::addPaginator($reference->fetchThemeReference('water'),$this,10); view::addPaginator($reference->fetchThemeReferences('water'),$this,10);
return true; return true;
} }