Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fixed to use vendor
  • Loading branch information
yuya-takeyama committed Dec 24, 2011
commit 1d5b5f8076cc14a6142b483af03a4538dc5caf7d
2 changes: 1 addition & 1 deletion scripts/onion
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
*
*/

require '../Universal/src/Universal/ClassLoader/SplClassLoader.php';
require __DIR__ . '/../vendor/pear/Universal/ClassLoader/SplClassLoader.php';
$classLoader = new \Universal\ClassLoader\SplClassLoader(array(
'Onion' => 'src',
'CLIFramework' => 'vendor/pear',
Expand Down