Medialoha / MAB-LAB

My ACRA Backend Laboratory
http://www.medialoha.net
GNU General Public License v3.0
27 stars 13 forks source link

PHP warning when adding a new template #63

Closed xeno010 closed 10 years ago

xeno010 commented 10 years ago

Hello,

PHP warning when adding a new template (Play Store Publication)

Notice: Undefined variable: html in D:\xampp\htdocs\webseiten\MAB-LAB-master\controllers\appscontroller.php on line 153

In line 153:

// replace full description property {key:type:desc} to {key}
$html = str_replace('{'.$p.'}', '{'.strtoupper($pArr[0]).'}', $html);

The variable $html is not set.

bug11