mirror of
https://github.com/e107inc/e107.git
synced 2025-08-20 21:32:09 +02:00
Issue #4918 - Undefined constants cleanup.
This commit is contained in:
@@ -40,7 +40,7 @@ $text = "<div style='text-align:center'>
|
||||
<table class='table'>";
|
||||
|
||||
|
||||
$text .= e107::getNav()->pluginLinks(E_32_PLUGMANAGER, "classis");
|
||||
$text .= e107::getNav()->pluginLinks(defset('E_32_PLUGMANAGER'), "classis");
|
||||
|
||||
|
||||
$text .= render_clean();
|
||||
|
Reference in New Issue
Block a user