Skip to content

Commit

Permalink
Merge branch 'feature/fix-auto-attach-proem' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
trq committed Aug 22, 2012
2 parents 8b802a3 + b3aebdb commit 87390d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Proem/Autoloader.php
Expand Up @@ -72,7 +72,7 @@ public function __construct($loadProem = true)
}

if ($loadProem) {
$this->attachNamespace('Proem', realpath(__FILE__) . '/../lib');
$this->attachNamespace('Proem', realpath(__DIR__) . '/..');
}
}

Expand Down

0 comments on commit 87390d5

Please sign in to comment.