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 ad60f5f commit 75e8f03Copy full SHA for 75e8f03
Model/Import/Aw.php
@@ -161,6 +161,7 @@ public function execute()
161
162
while ($data = mysqli_fetch_assoc($result)) {
163
/* Find post categories*/
164
+ $postCategories = [];
165
$c_sql = 'SELECT cat_id as category_id FROM '.$_pref.'aw_blog_post_cat WHERE post_id = "'.$data['post_id'].'"';
166
$c_result = $this->_mysqliQuery($c_sql);
167
while ($c_data = mysqli_fetch_assoc($c_result)) {
0 commit comments