mirror of
https://github.com/e107inc/e107.git
synced 2025-08-08 23:56:58 +02:00
Code speed optimization
This commit is contained in:
@@ -55,7 +55,7 @@ global $pref;
|
||||
|
||||
if(!$parm) $link = $code_text;
|
||||
|
||||
if($link == "external" && $extras == "")
|
||||
if($link == "external" && empty($extras))
|
||||
{
|
||||
$link = $code_text;
|
||||
$extras = "rel=external";
|
||||
|
Reference in New Issue
Block a user