Loading app/rainloop/v/1.14.0/app/libraries/RainLoop/Utils.php +1 −1 Original line number Diff line number Diff line Loading @@ -578,7 +578,7 @@ class Utils } } /*Now trying to detect the apps folder to give the right URL for assets */ $re = '/\/([a-zA-Z0-9-_]*)\/rainloop\/app\//m'; $re = '/\/([a-zA-Z0-9-_\.]*)\/rainloop\/app\//m'; $str = __FILE__; preg_match($re, $str, $matches); Loading Loading
app/rainloop/v/1.14.0/app/libraries/RainLoop/Utils.php +1 −1 Original line number Diff line number Diff line Loading @@ -578,7 +578,7 @@ class Utils } } /*Now trying to detect the apps folder to give the right URL for assets */ $re = '/\/([a-zA-Z0-9-_]*)\/rainloop\/app\//m'; $re = '/\/([a-zA-Z0-9-_\.]*)\/rainloop\/app\//m'; $str = __FILE__; preg_match($re, $str, $matches); Loading