mirror of
https://github.com/e107inc/e107.git
synced 2025-08-13 18:14:26 +02:00
Case cleanup toHtml() should be toHTML()
This commit is contained in:
@@ -199,7 +199,7 @@ class plugin_gallery_index_controller extends eControllerFront
|
||||
$orderBy = varset($plugPrefs['orderby'], 'media_id DESC');
|
||||
|
||||
$list = e107::getMedia()->getImages($cid, $sc->from, $sc->amount, null, $orderBy);
|
||||
$catname = $tp->toHtml($this->catList[$cid]['media_cat_title'], false, 'defs');
|
||||
$catname = $tp->toHTML($this->catList[$cid]['media_cat_title'], false, 'defs');
|
||||
$cat = $this->catList[$cid];
|
||||
|
||||
$inner = "";
|
||||
|
Reference in New Issue
Block a user