Beispiel #1
0
 public static function logClientsideError()
 {
     $data = JRequest::getVar('json');
     require_once self::pluginLocation();
     jbetoloHelper::logClientsiderError($data);
 }