Skip to content

Commit 8644604

Browse files
authored
Update Wordpress.php
1 parent ddf64de commit 8644604

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Model/Import/Wordpress.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ public function execute()
122122
}
123123
*/
124124

125-
if (isset($data['title']) && $data['title'][0] == '?') {
125+
if (isset($data['title']) && isset($data['title'][0]) && $data['title'][0] == '?') {
126126
/* fix for ???? titles */
127127
$data['title'] = $data['identifier'];
128128
}

0 commit comments

Comments
 (0)