Skip to content

Commit

Permalink
Merge pull request concretecms#1 from jedspurg/patch-1
Browse files Browse the repository at this point in the history
attribute is singular
  • Loading branch information
herent committed Aug 26, 2011
2 parents 60f98ba + f0347d5 commit 17152a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/dashboard/wordpress_import/file.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public function import_wordpress_xml() {
'category_description' => (string) $t->category_description
);
}
Loader::model('attributes/categories/collection');
Loader::model('attribute/categories/collection');
$akt = CollectionAttributeKey::getByHandle("wordpress_category");
for ($i = 0; $i < count($categories); $i++) {
$opt = new SelectAttributeTypeOption(0, $categories[$i]['cat_name'], $i);
Expand Down

0 comments on commit 17152a9

Please sign in to comment.