|
From: <var...@us...> - 2021-07-27 12:04:35
|
Revision: 10368
http://sourceforge.net/p/phpwiki/code/10368
Author: vargenau
Date: 2021-07-27 12:04:28 +0000 (Tue, 27 Jul 2021)
Log Message:
-----------
Add {}
Modified Paths:
--------------
trunk/lib/main.php
Modified: trunk/lib/main.php
===================================================================
--- trunk/lib/main.php 2021-07-27 12:03:13 UTC (rev 10367)
+++ trunk/lib/main.php 2021-07-27 12:04:28 UTC (rev 10368)
@@ -537,8 +537,9 @@
$this->finish();
return;
}
- } elseif ($require_level == WIKIAUTH_BOGO)
- $msg = fmt("You must sign in to %s.", $what); elseif ($require_level == WIKIAUTH_USER) {
+ } elseif ($require_level == WIKIAUTH_BOGO) {
+ $msg = fmt("You must sign in to %s.", $what);
+ } elseif ($require_level == WIKIAUTH_USER) {
// LoginForm should display the relevant messages...
$msg = "";
/*if (!ALLOW_ANON_USER)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|