fix last changes
This commit is contained in:
parent
f44f955329
commit
bf9c1e3ab2
@ -1,6 +1,8 @@
|
||||
<?php
|
||||
|
||||
define('FORM_DIR', __DIR__.'/../templates/form/');
|
||||
if (!defined('FORM_DIR')) {
|
||||
define('FORM_DIR', __DIR__.'/../templates/form/');
|
||||
}
|
||||
|
||||
class FormBuilder
|
||||
{
|
||||
|
@ -114,7 +114,7 @@ class GuideCategory extends ObjectModel
|
||||
if ($exclude_id!='0') {
|
||||
$sql .= " AND a.`id_category_family` <> '".intval($exclude_id)."'";
|
||||
}
|
||||
$rows = array;
|
||||
$rows = array();
|
||||
self::findRecursiveData(
|
||||
$rows,
|
||||
$sql,
|
||||
|
Loading…
Reference in New Issue
Block a user