anon user fix
This commit is contained in:
parent
338e0299f1
commit
37c769d44b
@ -3,7 +3,7 @@
|
|||||||
Plugin Name: Auth Manager Plus
|
Plugin Name: Auth Manager Plus
|
||||||
Plugin URI: https://github.com/joshp23/YOURLS-AuthMgrPlus
|
Plugin URI: https://github.com/joshp23/YOURLS-AuthMgrPlus
|
||||||
Description: Role Based Access Controlls with seperated user data for authenticated users
|
Description: Role Based Access Controlls with seperated user data for authenticated users
|
||||||
Version: 2.2.6
|
Version: 2.2.7
|
||||||
Author: Josh Panter, nicwaller, Ian Barber <ian.barber@gmail.com>
|
Author: Josh Panter, nicwaller, Ian Barber <ian.barber@gmail.com>
|
||||||
Author URI: https://unfettered.net
|
Author URI: https://unfettered.net
|
||||||
*/
|
*/
|
||||||
@ -590,7 +590,7 @@ function amp_insert_link($actions) {
|
|||||||
global $ydb;
|
global $ydb;
|
||||||
|
|
||||||
$keyword = $actions[2];
|
$keyword = $actions[2];
|
||||||
$user = YOURLS_USER !== false ? YOURLS_USER : NULL;
|
$user = defined(YOURLS_USER) ? YOURLS_USER : NULL;
|
||||||
$table = YOURLS_DB_TABLE_URL;
|
$table = YOURLS_DB_TABLE_URL;
|
||||||
|
|
||||||
// Insert $keyword against $username
|
// Insert $keyword against $username
|
||||||
|
Loading…
Reference in New Issue
Block a user