finally eldy is always right
This commit is contained in:
parent
4863ddcb00
commit
83d883c36a
@ -3733,7 +3733,7 @@ abstract class CommonObject
|
||||
} else {
|
||||
$res=include $tpl; // for debug
|
||||
}
|
||||
if ($res !== FALSE) break;
|
||||
if ($res) break;
|
||||
}
|
||||
}
|
||||
|
||||
@ -3994,7 +3994,7 @@ abstract class CommonObject
|
||||
} else {
|
||||
$res=include $tpl; // for debug
|
||||
}
|
||||
if ($res !== FALSE) break;
|
||||
if ($res) break;
|
||||
}
|
||||
}
|
||||
|
||||
@ -4026,7 +4026,7 @@ abstract class CommonObject
|
||||
} else {
|
||||
$res=include $tpl; // for debug
|
||||
}
|
||||
if ($res !== FALSE) break;
|
||||
if ($res) break;
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -4231,7 +4231,7 @@ abstract class CommonObject
|
||||
} else {
|
||||
$res=include $tpl; // for debug
|
||||
}
|
||||
if ($res !== FALSE) break;
|
||||
if ($res) break;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user