We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f9de03 commit 9a65a33Copy full SHA for 9a65a33
phpmyfaq/inc/Bootstrap.php
@@ -26,7 +26,7 @@
26
// - false debug mode disabled
27
// - true debug mode enabled
28
//
29
-define('DEBUG', true);
+define('DEBUG', false);
30
if (DEBUG) {
31
ini_set('display_errors', 1);
32
ini_set('display_startup_errors', 1);
phpmyfaq/inc/PMF/Helper/Category.php
@@ -283,6 +283,8 @@ public function renderOptions($categoryId)
283
'category_lang' => '',
284
),
285
);
286
+ } elseif (isset($categoryId['category_id'])) {
287
+ $categoryId = array($categoryId);
288
}
289
290
$i = 0;
0 commit comments