Skip to content

Commit 57666c0

Browse files
authored
Merge pull request #2202 from Juniorbuka/patch-6
Update autoload.php
2 parents f41318a + 05305b9 commit 57666c0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

manager/media/browser/mcpuk/core/autoload.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
define('IN_MANAGER_MODE', true);
2323
define('MODX_API_MODE', true);
2424
include_once(__DIR__."/../../../../../index.php");
25-
$mpdx = EvolutionCMS();
25+
$modx = EvolutionCMS();
2626

2727
if(!isset($_SESSION['mgrValidated'])) {
2828
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) {
146146

147147

148148
// PUT YOUR ADDITIONAL CODE HERE
149+

0 commit comments

Comments
 (0)