1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-06 14:46:56 +02:00

LAN Fixes and notice removal.

This commit is contained in:
Cameron
2015-07-02 14:15:17 -07:00
parent b06aab269b
commit c98a403bf5
8 changed files with 31 additions and 23 deletions

View File

@@ -887,6 +887,7 @@ class e_parse_shortcode
$scCode = '';
$scFile = '';
$_path = '';
$ret = '';
$_method = 'sc_'.strtolower($code);
if (is_object($this->addedCodes) && method_exists($this->addedCodes, $_method)) //It is class-based batch shortcode. Class already loaded; call the method