Skip to content

Commit e4c0b12

Browse files
author
Chris Kacerguis
committed
fixes #344
1 parent 3e3c83e commit e4c0b12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

application/libraries/REST_Controller.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1281,7 +1281,7 @@ protected function _perform_library_auth($username = '', $password = null)
12811281
$this->load->library($auth_library_class);
12821282
}
12831283

1284-
return $auth_library_class->$auth_library_function($username, $password);
1284+
return $this->{$auth_library_class}->$auth_library_function($username, $password);
12851285
}
12861286

12871287
/**

0 commit comments

Comments
 (0)