Skip to content

Commit

Permalink
NEW: Amending require in relation to composer changes
Browse files Browse the repository at this point in the history
  • Loading branch information
kmayo-ss committed Jun 15, 2014
1 parent 41a4a31 commit 24d352d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/SSTwitter.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

require_once (dirname(dirname(__FILE__)) . '/vendor/jublonet/codebird-php/src/codebird.php');
require_once (dirname(dirname(dirname(__FILE__))) . '/vendor/jublonet/codebird-php/src/codebird.php');

/**
* The SSTwitter class connects to Twitter API version 1.1 via OAuth
Expand Down

0 comments on commit 24d352d

Please sign in to comment.