bump version to 0.9.0 + fix patch location
This commit is contained in:
parent
0d8df5e6d1
commit
a800e51908
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
--- Shaarli/index.php 2017-01-20 16:47:36.000000000 +0100
|
--- Shaarli/index.php 2017-01-20 16:47:36.000000000 +0100
|
||||||
+++ /home/www/beta/Shaarli/index.php 2017-02-11 23:27:22.510042000 +0100
|
+++ index.php 2017-02-11 23:27:22.510042000 +0100
|
||||||
@@ -1821,11 +1821,14 @@
|
@@ -1821,11 +1821,14 @@
|
||||||
$path = parse_url($url,PHP_URL_PATH);
|
$path = parse_url($url,PHP_URL_PATH);
|
||||||
if ("/talks/" !== substr($path,0,7)) return array(); // This is not a single video URL.
|
if ("/talks/" !== substr($path,0,7)) return array(); // This is not a single video URL.
|
Loading…
Reference in a new issue