diff --git a/lib/classes/ForumBulkMail.php b/lib/classes/ForumBulkMail.php index a876665a1e6b708cc80f95efffbbf1bc38b82a22..bffb9155e0f090af6bcee5acf4f7335e7a66b4b3 100644 --- a/lib/classes/ForumBulkMail.php +++ b/lib/classes/ForumBulkMail.php @@ -12,7 +12,7 @@ * @category Stud.IP */ -class ForumBulkMail extends Messaging +class ForumBulkMail extends messaging { var $bulk_mail; diff --git a/lib/evaluation/classes/EvaluationTreeEditView.class.php b/lib/evaluation/classes/EvaluationTreeEditView.class.php index ef053c78a6da4e6d241be9da793c9afaabdaa1bc..ea2e67cae9abbbfad4d90b1cb2407e209b5dbccc 100644 --- a/lib/evaluation/classes/EvaluationTreeEditView.class.php +++ b/lib/evaluation/classes/EvaluationTreeEditView.class.php @@ -2515,7 +2515,7 @@ class EvaluationTreeEditView $tr = new HTML ("tr"); - $td = new HTMl ("td"); + $td = new HTML ("td"); $td->addAttr("class", "table_row_odd"); $td->addAttr("colspan", "2"); @@ -2529,13 +2529,13 @@ class EvaluationTreeEditView $tr = new HTML ("tr"); - $td = new HTMl ("td"); + $td = new HTML ("td"); $td->addAttr("style", "border-bottom:0px dotted black;"); $td->addContent(_("Die Fragen dieses Blocks müssen beantwortet werden (Pflichtfelder):")); $tr->addContent($td); - $td = new HTMl ("td"); + $td = new HTML ("td"); $td->addAttr("style", "border-bottom:0px dotted black;"); $input = new HTMLempty ("input"); diff --git a/lib/evaluation/evaluation_admin_overview.inc.php b/lib/evaluation/evaluation_admin_overview.inc.php index d02f77b25042988f522477d09aff6587c0695cdf..32b7a5fd49981de52550dfaefb3585daa8644b0f 100644 --- a/lib/evaluation/evaluation_admin_overview.inc.php +++ b/lib/evaluation/evaluation_admin_overview.inc.php @@ -305,7 +305,7 @@ $evalIDArray = $db->getEvaluationIDs($rangeID, EVAL_STATE_ACTIVE); $tr = new HTML ("tr"); $td = new HTML ("td"); $td->addAttr("class", "blank"); -$td->addContent(new HTMLEmpty("br")); +$td->addContent(new HTMLempty("br")); $b = new HTML ("b"); $b->addContent(_("Laufende Evaluationen:")); $td->addContent($b); @@ -339,7 +339,7 @@ $evalIDArray = $db->getEvaluationIDs($rangeID, EVAL_STATE_STOPPED); $tr = new HTML ("tr"); $td = new HTML ("td"); $td->addAttr("class", "blank"); -$td->addContent(new HTMLEmpty("br")); +$td->addContent(new HTMLempty("br")); $b = new HTML ("b"); $b->addContent(_("Beendete Evaluationen:")); $td->addContent($b); diff --git a/lib/evaluation/evaluation_admin_overview.lib.php b/lib/evaluation/evaluation_admin_overview.lib.php index 6e70ac74d1aeeab1a5e7ebda440acaee384a044f..09a6b0bf6a966e1f2fe163e85afc5fb6ee91bea8 100644 --- a/lib/evaluation/evaluation_admin_overview.lib.php +++ b/lib/evaluation/evaluation_admin_overview.lib.php @@ -323,7 +323,7 @@ class EvalOverview $form->addAttr("style", "display:inline;"); $form->addHTMLContent(CSRFProtection::tokenTag()); - $input = new HTMLEmpty("input"); + $input = new HTMLempty("input"); $input->addAttr("type", "hidden"); $input->addAttr("name", "evalID"); $input->addAttr("value", $evalID); @@ -469,14 +469,14 @@ class EvalOverview $form->addAttr("style", "display:inline;"); $form->addHTMLContent(CSRFProtection::tokenTag()); - $input = new HTMLEmpty("input"); + $input = new HTMLempty("input"); $input->addAttr("type", "hidden"); $input->addAttr("name", "evalID"); $input->addAttr("value", $evalID); $form->addContent($input); - $a = new HTMLEmpty("a"); + $a = new HTMLempty("a"); $a->addAttr("name", "open"); $table = new HTML("table"); @@ -520,7 +520,7 @@ class EvalOverview // no RuntimeSettings if there are ranges with no permission $td2->addHTMLContent($this->createDomainSettings($eval, $state, $number % 2 ? "eval_grey_border" : "eval_light_border")); - $td2->addContent(new HTMLEmpty("br")); + $td2->addContent(new HTMLempty("br")); $saveButton = Button::create(_('Übernehmen'), 'save_button', ['title' => _('Einstellungen speichern')]); $td2->addContent($saveButton); @@ -528,7 +528,7 @@ class EvalOverview $td2->addHTMLContent($this->createRuntimeSettings($eval, $state, $number % 2 ? "eval_grey_border" : "eval_light_border")); $td2->addHTMLContent($this->createDomainSettings($eval, $state, $number % 2 ? "eval_grey_border" : "eval_light_border")); - $td2->addContent(new HTMLEmpty("br")); + $td2->addContent(new HTMLempty("br")); $saveButton = Button::create(_('Übernehmen'), 'save_button', ['title' => _('Einstellungen speichern')]); @@ -685,7 +685,7 @@ class EvalOverview if ($GLOBALS["perm"]->have_perm("admin")) { $form->addHTMLContent('<label>'); $form->addContent(_("Nach weiteren Bereichen suchen")); - $input = new HTMLEmpty("input"); + $input = new HTMLempty("input"); $input->addAttr("type", "text"); $input->addAttr("name", "search"); $input->addAttr("size", "30"); diff --git a/lib/filesystem/FilesystemVueDataManager.php b/lib/filesystem/FilesystemVueDataManager.php index 28440a921141a1dbcfa8394b49d170255bcfd0bf..84fbedb7282ba3b7d686d7de84e3b29cf68bf676 100644 --- a/lib/filesystem/FilesystemVueDataManager.php +++ b/lib/filesystem/FilesystemVueDataManager.php @@ -39,7 +39,7 @@ class FilesystemVueDataManager 'author_id' => $file->getUserId(), 'chdate' => (int) $file->getLastChangeDate(), 'additionalColumns' => $additionalColumns, - 'details_url' => URLhelper::getURL("dispatch.php/file/details/{$file->getId()}", ['file_navigation' => '1']), + 'details_url' => URLHelper::getURL("dispatch.php/file/details/{$file->getId()}", ['file_navigation' => '1']), 'restrictedTermsOfUse' => $terms && !$terms->isDownloadable($topFolder->range_id, $topFolder->range_type, false), 'actions' => $actionMenu ? (is_string($actionMenu) ? $actionMenu : $actionMenu->render()) : "", 'new' => isset($last_visitdate) && $file->getLastChangeDate() > $last_visitdate && $file->getUserId() !== $GLOBALS['user']->id, @@ -131,7 +131,7 @@ class FilesystemVueDataManager 'id' => $folder->getId(), 'icon' => $folder->getIcon(Icon::ROLE_CLICKABLE)->getShape(), 'name' => $folder->name, - 'url' => URLhelper::getURL('dispatch.php/' . $controllerpath . '/' . $folder->getId()), + 'url' => URLHelper::getURL('dispatch.php/' . $controllerpath . '/' . $folder->getId()), 'user_id' => $folder->user_id, 'author_name' => $folder->owner ? $folder->owner->getFullname('no_title_rev') : '', 'author_url' => $folder->owner && $folder->owner->id !== $GLOBALS['user']->id? URLHelper::getURL('dispatch.php/profile', ['username' => $folder->owner->username]) : '', diff --git a/lib/ilias_interface/IliasSoap.class.php b/lib/ilias_interface/IliasSoap.class.php index c3bd7cb13c9658bd27a147210324244a5a8ce861..bf313e8514208ffa57bf48d0eb57f4750995be3a 100644 --- a/lib/ilias_interface/IliasSoap.class.php +++ b/lib/ilias_interface/IliasSoap.class.php @@ -203,7 +203,7 @@ class IliasSoap extends StudipSoapClient function ParseXML($data) { //$xml_parser = new Ilias3ObjectXMLParser($data); - $xml_parser = new IlObjectXMLParser($data); + $xml_parser = new ilObjectXMLParser($data); $xml_parser->startParsing(); return $xml_parser->getObjectData(); }