#2368 - Composr 10b5: Saving changes to a zone (NOT zone editor) results in an error
0 guests and 0 members have recently viewed this.
The top 3 point earners from 21st Dec 2025 to 28th Dec 2025.
| PDStig |
|
|
|---|---|---|
| Gabri |
|
|
| Adam Edington |
|
|
There are no events at this time
diff --git a/sources/zones2.php b/sources/zones2.php
index 10342c9..d6ffb57 100644
--- a/sources/zones2.php
+++ b/sources/zones2.php
@@ -247,8 +247,8 @@ function save_zone_base_url($zone, $base_url)
fwrite($out, $config_file);
@flock($out, LOCK_UN);
fclose($out);
- sync_file($path);
- fix_permissions($path);
+ sync_file($config_path);
+ fix_permissions($config_path);
}
}
You have an override though.