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

Commit 8c135fca authored by Laurent Dinclaux's avatar Laurent Dinclaux
Browse files

Allow the dot in assets path guessing.

parent 486b1091
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);