From 101d459dde172ba5cc82b0a1ae51f87db6b0bf34 Mon Sep 17 00:00:00 2001 From: Joshua P Panter Date: Fri, 9 Aug 2019 18:11:45 -0400 Subject: [PATCH] syntax --- authMgrPlus/plugin.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/authMgrPlus/plugin.php b/authMgrPlus/plugin.php index 5a0176e..5102f64 100644 --- a/authMgrPlus/plugin.php +++ b/authMgrPlus/plugin.php @@ -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 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) {