Skip to content

Commit ed59a99

Browse files
authored
cleanup2 (#271)
* cleanup2 * UnityOrg as well * UnityUser as well * cleaner * keep original bad styling * keep original bad styling
1 parent 25eadb4 commit ed59a99

24 files changed

+263
-299
lines changed

resources/init.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,10 +119,10 @@
119119
$SEND_PIMESG_TO_ADMINS = $CONFIG["mail"]["send_pimesg_to_admins"];
120120

121121
$SQL->addLog(
122-
$OPERATOR->getUID(),
122+
$OPERATOR->uid,
123123
$_SERVER['REMOTE_ADDR'],
124124
"user_login",
125-
$OPERATOR->getUID()
125+
$OPERATOR->uid
126126
);
127127

128128
if (!$_SESSION["user_exists"]) {

0 commit comments

Comments
 (0)