aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Oep.php
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2019-03-05 09:40:45 +0100
committerMario <mario@mariovavti.com>2019-03-05 09:40:45 +0100
commitccdbec619c5ca26b255797465ce4d0da50a66df9 (patch)
tree44c905caea3cb9f2e7f5454e4ff5b189a79b0b4c /Zotlabs/Module/Oep.php
parente074d02714db4722384431e68bb8c26d3b3caf99 (diff)
parent47001c33039e6915f12b95a3e948caae6cf21d41 (diff)
downloadvolse-hubzilla-ccdbec619c5ca26b255797465ce4d0da50a66df9.tar.gz
volse-hubzilla-ccdbec619c5ca26b255797465ce4d0da50a66df9.tar.bz2
volse-hubzilla-ccdbec619c5ca26b255797465ce4d0da50a66df9.zip
Merge branch 'dev' into 'dev'
assorted minor fixes from downstream See merge request hubzilla/core!1540
Diffstat (limited to 'Zotlabs/Module/Oep.php')
-rw-r--r--Zotlabs/Module/Oep.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Module/Oep.php b/Zotlabs/Module/Oep.php
index c0d8e15e5..3977ac8dd 100644
--- a/Zotlabs/Module/Oep.php
+++ b/Zotlabs/Module/Oep.php
@@ -456,7 +456,7 @@ class Oep extends \Zotlabs\Web\Controller {
if(preg_match('|//(.*?)/(.*?)/(.*?)/album/|',$url,$matches)) {
$chn = $matches[3];
- $res = hex2bin(basename($url));
+ $res = basename($url);
}
if(! ($chn && $res))