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

Commit d7be01c3 authored by Romain Hunault's avatar Romain Hunault
Browse files

Add support for /e/ image filename

parent 51be1b49
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -68,7 +68,7 @@
                      LINEAGE => [SIGNED] (ex. signed)
                )
            */
            preg_match_all( '/(cm|lineage|eelo)-([0-9\.]+)-([\d_]+)?-([\w+]+)-([A-Za-z0-9]+)?-?([\w+]+)?/', $fileName, $tokens );
            preg_match_all( '/(cm|lineage|eelo|e)-([0-9\.]+)-([\d_]+)?-([\w+]+)-([A-Za-z0-9]+)?-?([\w+]+)?/', $fileName, $tokens );

            $tokens = $this->removeTrailingDashes( $tokens );