Dieser Commit ist enthalten in:
Markus Gärtner 2024-12-16 16:45:57 +01:00
Ursprung 38f74c3900
Commit 77fbc8d391

Datei anzeigen

@ -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