Fix: Phrase controller still tries to use the method _getUID

This commit is contained in:
paolo
2016-06-28 15:05:02 +02:00
parent f3c2630a66
commit d2e3a346ce
@@ -22,7 +22,7 @@ class Phrase extends APIv1_Controller
public function __construct()
{
parent::__construct();
$this->load->library('PhrasesLib', array('uid' => $this->_getUID()));
$this->load->library('PhrasesLib');
}
/**