Skip to content

Commit

Permalink
Fix, typo, extra space, oops, sorry
Browse files Browse the repository at this point in the history
git-svn-id: http://yourls.googlecode.com/svn/trunk@746 12232710-3e20-11de-b438-597f59cd7555
  • Loading branch information
ozh committed Aug 21, 2012
1 parent b05ae6a commit 767c617
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yourls-loader.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
}

// Start YOURLS
require_once( dirname( __FILE__ ) . ' /includes/load-yourls.php' );
require_once( dirname( __FILE__ ) . '/includes/load-yourls.php' );

// Get request in YOURLS base (eg in 'http://site.com/yourls/abcd' get 'abdc')
$request = yourls_get_request();
Expand Down

0 comments on commit 767c617

Please sign in to comment.