fix spell error
This commit is contained in:
parent
9a72b44369
commit
b918763486
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue