Got error 'PHP message: PHP Notice
Closed this issue · 1 comments
ZerooCool commented
Undefined index: type in /PATH/extensions/yUML/yUML.php on line 20PHP message: PHP Notice:
Undefined index: scale in /PATH/extensions/yUML/yUML.php on line 24PHP message: PHP Notice:
Undefined index: dir in /PATH/extensions/yUML/yUML.php on line 28PHP message: PHP Notice:
ZerooCool commented
Résolu en remplaçant
if($args["type"] != null){
par
if(!empty($args["type"])){