aboutsummaryrefslogtreecommitdiffstats
path: root/mod/oep.php
diff options
context:
space:
mode:
authorredmatrix <git@macgirvin.com>2016-02-02 19:39:47 -0800
committerredmatrix <git@macgirvin.com>2016-02-02 19:39:47 -0800
commita7ed50ecd4b4defbc1d5fdf0bb4fd7d65d08a0fd (patch)
tree7f72feb65e8f8790d6d80f631d1e608bfed1dd48 /mod/oep.php
parent06dcaaa821d6229568709e53d104233081c4d3e9 (diff)
downloadvolse-hubzilla-a7ed50ecd4b4defbc1d5fdf0bb4fd7d65d08a0fd.tar.gz
volse-hubzilla-a7ed50ecd4b4defbc1d5fdf0bb4fd7d65d08a0fd.tar.bz2
volse-hubzilla-a7ed50ecd4b4defbc1d5fdf0bb4fd7d65d08a0fd.zip
more zcard tweaks
Diffstat (limited to 'mod/oep.php')
-rw-r--r--mod/oep.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/mod/oep.php b/mod/oep.php
index 8d959c3e2..3855a1b4a 100644
--- a/mod/oep.php
+++ b/mod/oep.php
@@ -32,6 +32,8 @@ function oep_init(&$a) {
$arr = oep_display_reply($_REQUEST);
elseif(fnmatch('*/channel/*mid=*',$url))
$arr = oep_mid_reply($_REQUEST);
+ elseif(fnmatch('*/channel*',$url))
+ $arr = oep_profile_reply($_REQUEST);
elseif(fnmatch('*/profile/*',$url))
$arr = oep_profile_reply($_REQUEST);