mirror of
https://github.com/e107inc/e107.git
synced 2025-08-06 22:57:14 +02:00
cleanup: notice removal
This commit is contained in:
@@ -14,7 +14,7 @@ $search = array(E_NL,'\','$', '<');
|
||||
$replace = array("\r\n","\\",'$', '<');
|
||||
$code_text = str_replace($search, $replace, $code_text);
|
||||
|
||||
if($pref['useGeshi'] && file_exists(e_PLUGIN."geshi/geshi.php")) {
|
||||
if(isset($pref['useGeshi']) && $pref['useGeshi'] && file_exists(e_PLUGIN."geshi/geshi.php")) {
|
||||
|
||||
$code_md5 = md5($code_text);
|
||||
if(!$CodeCache = $e107cache->retrieve('GeshiParsed_'.$code_md5)) {
|
||||
|
Reference in New Issue
Block a user