Skip to content
This repository has been archived by the owner on Nov 29, 2018. It is now read-only.

Commit

Permalink
fix(composer): fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
hypeJunction committed Jul 28, 2015
1 parent c635e28 commit f4e0865
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion start.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

require_once dirname(dirname(dirname(__DIR__))) . '/vendor/autoload.php';
require_once dirname(dirname(dirname(__FILE__))) . '/vendor/autoload.php';

define('ELGG_TOKENINPUT_PAGEHANDLER', 'tokeninput');

Expand Down

0 comments on commit f4e0865

Please sign in to comment.