Skip to content

Commit

Permalink
fix loading HttpSocketAuth
Browse files Browse the repository at this point in the history
  • Loading branch information
imsamurai committed Mar 3, 2014
1 parent a8eb278 commit dcb5092
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Config/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@
'Vendor' => array($thisPluginDir . 'Vendor' . DS),
));
CakePlugin::load('ArraySort');
CakePlugin::load('HttpSocketOauth');
require $thisPluginDir . 'Lib' . DS . 'Error' . DS . 'exceptions.php';
2 changes: 1 addition & 1 deletion Model/Datasource/HttpSourceConnection.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

App::import('Plugin', 'HttpSocketOauth/HttpSocketOauth');
App::uses('HttpSocketOauth', 'HttpSocketOauth.');

/**
* Author: imsamurai <im.samuray@gmail.com>
Expand Down

0 comments on commit dcb5092

Please sign in to comment.