We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f41318a + 05305b9 commit 57666c0Copy full SHA for 57666c0
1 file changed
manager/media/browser/mcpuk/core/autoload.php
@@ -22,7 +22,7 @@
22
define('IN_MANAGER_MODE', true);
23
define('MODX_API_MODE', true);
24
include_once(__DIR__."/../../../../../index.php");
25
-$mpdx = EvolutionCMS();
+$modx = EvolutionCMS();
26
27
if(!isset($_SESSION['mgrValidated'])) {
28
die("<b>INCLUDE_ORDERING_ERROR</b><br /><br />Please use the EVO Content Manager instead of accessing this file directly.");
@@ -146,3 +146,4 @@ public function gc($maxlifetime) {
146
147
148
// PUT YOUR ADDITIONAL CODE HERE
149
+
0 commit comments