From a1a3ecba68d2fedabc8203e88b40759401d7472d Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 3 Jun 2020 16:01:22 +0800 Subject: [PATCH] looking for wrong seperator --- UpdateDatabase/MysqlLinks.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UpdateDatabase/MysqlLinks.php b/UpdateDatabase/MysqlLinks.php index 02db5481..83b96348 100644 --- a/UpdateDatabase/MysqlLinks.php +++ b/UpdateDatabase/MysqlLinks.php @@ -80,7 +80,7 @@ class Pman_Core_UpdateDatabase_MysqlLinks { $iniCache = isset( $ff->PDO_DataObject) ? $ff->PDO_DataObject['schema_location'] : $ff->DB_DataObject[$dbini]; - if (strpos($iniCache, DIRECTORY_SEPARATOR) !== false) { + if (strpos($iniCache, PATH_SEPARATOR) !== false) { echo "SKIP links code - cached ini file has not been created\n"; return; } -- 2.39.2