more zcard tweaks

This commit is contained in:
redmatrix
2016-02-02 19:39:47 -08:00
parent 06dcaaa821
commit a7ed50ecd4
3 changed files with 8 additions and 4 deletions

View File

@@ -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);