fix: support 1.3.0-rc10

This commit is contained in:
Matthieu Bessat 2023-09-17 16:18:01 +02:00
parent 38ec62c05c
commit 637937d5f6
7 changed files with 83 additions and 30 deletions

12
patchs/plugins.patch Normal file
View file

@ -0,0 +1,12 @@
--- ./include/lib/Paheko/Plugins.php 2023-09-14 23:44:22.145170360 +0200
+++ ./include/lib/Paheko/Plugins.php.patched 2023-09-17 16:02:31.288229495 +0200
@@ -11,7 +11,7 @@
use Paheko\UserTemplate\Modules;
use KD2\DB\EntityManager as EM;
-use KD2\DB\ErrorManager;
+use KD2\ErrorManager;
use const Paheko\{SYSTEM_SIGNALS, ADMIN_URL, WWW_URL, PLUGINS_ROOT, HOSTING_PROVIDER};