forked from ILIAS-eLearning/ILIAS
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'hotfix/9/10' into 'release_9'
Customizing/Init: Fix wrong path value in `ILIAS_WEB_DIR` constant Closes ILIAS-eLearning#10 See merge request ilias-hosting/ilias!18
- Loading branch information
Showing
6 changed files
with
37 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# Fix `ILIAS_WEB_DIR` constant | ||
|
||
Dieser Patch korrigiert eine falsche Belegung der globalen PHP-Konstante `ILIAS_WEB_DIR` im | ||
Setup-Kontext. | ||
|
||
## Patch-Markierungen | ||
|
||
Patches wurden mit `databay-patch: begin ilias_web_dir` und `databay-patch: end ilias_web_dir` markiert. | ||
|
||
## Änderungen | ||
|
||
Angepasst wurden im Rahmen der Funktionalität folgende Dateien: | ||
|
||
* Services/Component/classes/Setup/class.ilComponentActivatePluginsObjective.php | ||
* Services/Component/classes/Setup/class.ilComponentInstallPluginObjective.php | ||
* Services/Component/classes/Setup/class.ilComponentUpdatePluginObjective.php | ||
* Services/Language/classes/Setup/class.ilPluginLanguageUpdatedObjective.php | ||
* Services/ResourceStorage/classes/Setup/class.ilResourceStorageMigrationHelper.php | ||
|
||
## Spezifikation | ||
|
||
See: https://mantis.ilias.de/view.php?id=43107#c110424 |