mirror of
https://github.com/Mibew/mibew.git
synced 2025-02-08 08:44:40 +03:00
Tiny bugfix
This commit is contained in:
parent
5e28bc91ea
commit
62bb63242b
@ -15,7 +15,7 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$page['title'] = $page['key'] ? getlocal("cannededit.title") : getlocal("cannednew.title");
|
$page['title'] = isset($page['key']) ? getlocal("cannededit.title") : getlocal("cannednew.title");
|
||||||
|
|
||||||
function tpl_content() { global $page, $mibewroot, $errors;
|
function tpl_content() { global $page, $mibewroot, $errors;
|
||||||
?>
|
?>
|
||||||
|
Loading…
Reference in New Issue
Block a user