We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df6eeed commit 6f7a637Copy full SHA for 6f7a637
lizmap/modules/admin/controllers/maps.classic.php
@@ -1,6 +1,7 @@
1
<?php
2
3
use Jelix\FileUtilities\Path;
4
+use Lizmap\Project\Repository;
5
use Lizmap\Project\UnknownLizmapProjectException;
6
use Lizmap\Request\Proxy;
7
use LizmapAdmin\RepositoryRightsService;
@@ -530,7 +531,7 @@ public function saveSection()
530
531
532
// Repository data
533
$data = array();
- foreach (lizmapRepository::getProperties() as $prop) {
534
+ foreach (Repository::getProperties() as $prop) {
535
$data[$prop] = $form->getData($prop);
536
// Check paths
537
if ($prop == 'path') {
0 commit comments