Skip to content

Commit

Permalink
Merge branch 'develop' of git://github.com/AKSW/Erfurt into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrekle committed Nov 11, 2011
2 parents b5b81be + 969aa35 commit 4843d48
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Erfurt/Plugin/Manager.php
Expand Up @@ -128,7 +128,7 @@ private function _addPlugin($pluginName, $pluginPath)
$pluginConfig->enabled = false;
}

$this->addPluginExternally($pluginName,$pluginName,$path,$config);
$this->addPluginExternally($pluginName, $pluginName, $pluginPath, $pluginConfig);
// var_dump($pluginConfig);
}

Expand Down
3 changes: 3 additions & 0 deletions tests/CodeSniffer/Standards/Ontowiki/ruleset.xml
Expand Up @@ -2,6 +2,9 @@
<ruleset name="Ontowiki">
<description>A Ontowiki coding standard.</description>

<exclude-pattern>*/Parser/Sparql10/*</exclude-pattern>
<exclude-pattern>*/Parser/Sparql11/*</exclude-pattern>

<rule ref="Zend"/>


Expand Down

0 comments on commit 4843d48

Please sign in to comment.