mirror of
https://github.com/e107inc/e107.git
synced 2025-08-23 06:33:22 +02:00
Issue #4918 - Undefined constants cleanup.
This commit is contained in:
@@ -141,7 +141,7 @@ class tabbed
|
||||
}
|
||||
else // Plugin category.
|
||||
{
|
||||
$text_rend = e107::getNav()->pluginLinks(E_32_PLUGMANAGER, "div");
|
||||
$text_rend = e107::getNav()->pluginLinks(defset('E_32_PLUGMANAGER'), "div");
|
||||
|
||||
if ($text_rend)
|
||||
{
|
||||
|
Reference in New Issue
Block a user