Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit d1c9f43e authored by Pierre-Alain Bandinelli's avatar Pierre-Alain Bandinelli Committed by GitHub
Browse files

Merge pull request #209 from Gecka-Apps/fix-the-201-fix

Allow the dot in assets path guessing.
parents 486b1091 8c135fca
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);