1
0
mirror of https://github.com/e107inc/e107.git synced 2025-09-03 03:13:34 +02:00

replaced calls to deprecated plugInstalled() with e107::isInstalled()

This commit is contained in:
Cameron
2015-02-07 13:38:29 -08:00
parent 1f17a57d4e
commit fbb0b63ae9
37 changed files with 39 additions and 39 deletions

View File

@@ -1517,7 +1517,7 @@ class themeHandler
{
$plug = trim($p['@attributes']['name']);
if(plugInstalled($plug))
if(e107::isInstalled($plug))
{
$text .= $plug." ".ADMIN_TRUE_ICON;
}