Skip to content

Commit

Permalink
ad branch 2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
64j committed Jan 24, 2019
1 parent 8f58d96 commit 97dc468
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions plugin.templatesedit.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@
* @lastupdate 27/07/2017
*/

if (!defined('MODX_BASE_PATH')) {
die('What are you doing? Get out of here!');
}

global $_lang, $content, $docgrp, $which_editor, $replace_richtexteditor, $richtexteditorIds, $richtexteditorOptions;

function strClean($str) {
Expand Down

0 comments on commit 97dc468

Please sign in to comment.