Typo
Dieser Commit ist enthalten in:
Ursprung
38f74c3900
Commit
77fbc8d391
@ -20,7 +20,7 @@ class connect extends BaseController
|
||||
*/
|
||||
public function init()
|
||||
{
|
||||
$this->checkParamter();
|
||||
$this->checkParameter();
|
||||
//dumpvar($this->processRequest());
|
||||
//echo __METHOD__ . " " . __LINE__ . "<br>" . PHP_EOL;
|
||||
|
||||
@ -184,7 +184,7 @@ MSQL;
|
||||
return $Db->getAll($sQuery,[$OXID]);
|
||||
}
|
||||
|
||||
public function checkParamter()
|
||||
public function checkParameter()
|
||||
{
|
||||
|
||||
//fnc
|
||||
|
Laden…
x
In neuem Issue referenzieren
Einen Benutzer sperren