This commit is contained in:
Joshua P Panter 2019-08-09 18:11:45 -04:00
parent af5cadedcc
commit 101d459dde
No known key found for this signature in database
GPG Key ID: 59903022E9AC64FC
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
Plugin Name: Auth Manager Plus
Plugin URI: https://github.com/joshp23/YOURLS-AuthMgrPlus
Description: Role Based Access Controlls with seperated user data for authenticated users
Version: 1.0.2
Version: 1.0.3
Author: Josh Panter, nicwaller, Ian Barber <ian.barber@gmail.com>
Author URI: https://unfettered.net
*/
@ -507,7 +507,7 @@ function authMgrPlus_access_keyword( $keyword ) {
$table = YOURLS_DB_TABLE_URL;
$user = null;
if(defined('YOURLS_USER'))
if(defined( YOURLS_USER ))
$user = YOURLS_USER;
if (version_compare(YOURLS_VERSION, '1.7.3') >= 0) {