mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Fix the content manager show that it will display the content again
This commit is contained in:
@@ -104,7 +104,7 @@ require_once "resources/require.php";
|
||||
$content_prep_statement->bindParam(':content', $content);
|
||||
}
|
||||
$content_prep_statement->execute();
|
||||
$result = $content_prep_statement->fetchAll(PDO::FETCH_NAMED);
|
||||
$content_result = $content_prep_statement->fetchAll(PDO::FETCH_NAMED);
|
||||
$page["title"] = '';
|
||||
foreach($content_result as $content_row) {
|
||||
$template_rss_sub_category = $content_row['rss_sub_category'];
|
||||
|
||||
Reference in New Issue
Block a user