Merge pull request #39 from Filoz/patch-1

fix defined()
This commit is contained in:
Josh Panter 2021-12-28 17:32:23 -05:00 committed by GitHub
commit 63d91b01fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -590,7 +590,7 @@ function amp_insert_link($actions) {
global $ydb;
$keyword = $actions[2];
$user = defined(YOURLS_USER) ? YOURLS_USER : NULL;
$user = defined('YOURLS_USER') ? YOURLS_USER : NULL;
$table = YOURLS_DB_TABLE_URL;
// Insert $keyword against $username