Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dweeves committed Jun 25, 2014
1 parent b936ac4 commit f06b8c3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ public function putInCache($cdef, $bp, $idarr)
public function getPluginInfo()
{
return array("name"=>"On the fly category creator/importer","author"=>"Dweeves","version"=>"0.2.4",
"url"=>$this->pluginDocUrl("On_the_fly_category_creator/importer");
"url"=>$this->pluginDocUrl("On_the_fly_category_creator/importer"));
}

public function getExistingCategory($parentpath, $cattr)
Expand Down

0 comments on commit f06b8c3

Please sign in to comment.