diff options
author | zotlabs <mike@macgirvin.com> | 2018-05-02 22:05:55 -0700 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-05-03 12:33:48 +0200 |
commit | a3ed0b94cd5d43c70a835a6ed7226f5645f1c121 (patch) | |
tree | 00651d5e1c51b1d18c68c20288f91df49b252f56 /Zotlabs/Module/Oep.php | |
parent | dd806bd0317f2e85335350e357119ec4fc1ed4ef (diff) | |
download | volse-hubzilla-a3ed0b94cd5d43c70a835a6ed7226f5645f1c121.tar.gz volse-hubzilla-a3ed0b94cd5d43c70a835a6ed7226f5645f1c121.tar.bz2 volse-hubzilla-a3ed0b94cd5d43c70a835a6ed7226f5645f1c121.zip |
make the cloud logging a bit less verbose until we actually need it.
Diffstat (limited to 'Zotlabs/Module/Oep.php')
-rw-r--r-- | Zotlabs/Module/Oep.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Module/Oep.php b/Zotlabs/Module/Oep.php index ec40bf9db..0f20a5f9a 100644 --- a/Zotlabs/Module/Oep.php +++ b/Zotlabs/Module/Oep.php @@ -72,7 +72,7 @@ class Oep extends \Zotlabs\Web\Controller { $url = $args['url']; $maxwidth = intval($args['maxwidth']); $maxheight = intval($args['maxheight']); - logger('processing display'); + if(preg_match('#//(.*?)/display/(.*?)(&|\?|$)#',$url,$matches)) { $res = $matches[2]; } |