Skip to content

Commit

Permalink
Merge pull request #602 from eurich/ELK_fixes
Browse files Browse the repository at this point in the history
missing constant ELKARTE to ELK changes..
  • Loading branch information
eurich committed Jun 30, 2013
2 parents 3fe8bb1 + 8ad882b commit 862bcfa
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion sources/Action.controller.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* @version 1.0 Alpha
*/

if (!defined('ELKARTE'))
if (!defined('ELK'))
die('No access...');

/**
Expand Down
2 changes: 1 addition & 1 deletion sources/controllers/Xmlpreview.controller.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* @version 1.0 Alpha
*/

if (!defined('ELKARTE'))
if (!defined('ELK'))
die('No access...');

/**
Expand Down
2 changes: 1 addition & 1 deletion sources/ext/bad-behavior/badbehavior-plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* License: LGPLv3
*
*/
if (!defined('ELKARTE'))
if (!defined('ELK'))
die('No access...');

define('BB2_CWD', dirname(__FILE__));
Expand Down
2 changes: 1 addition & 1 deletion sources/ext/html2Md/html2markdown.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*
*/

if (!defined('ELKARTE'))
if (!defined('ELK'))
die('No access...');

/**
Expand Down

0 comments on commit 862bcfa

Please sign in to comment.