Skip to content

Commit 34931a3

Browse files
committed
Critical typo; affect cloud connect
1 parent 7d0320d commit 34931a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nodebb.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public function __construct() {
2727
public function hcpp_csrf_verified() {
2828
if ( isset( $_REQUEST['app'] ) && $_REQUEST['app'] == 'NodeBB' && isset( $_REQUEST['webapp_database_create'] ) ) {
2929
$dbuser = $_SESSION['user'];
30-
if ( isset( $_SESSION['look'] ) && trim( $_SESSION['lool'] ) != "" ) $dbuser = $_SESSION['look'];
30+
if ( isset( $_SESSION['look'] ) && trim( $_SESSION['look'] ) != "" ) $dbuser = $_SESSION['look'];
3131
touch( '/tmp/nodebb_pgsql_' . $dbuser );
3232
}
3333
}

0 commit comments

Comments
 (0)