diff options
Diffstat (limited to 'include/gprobe.php')
-rw-r--r-- | include/gprobe.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/gprobe.php b/include/gprobe.php index 5ca42729a..dd6f676bf 100644 --- a/include/gprobe.php +++ b/include/gprobe.php @@ -54,7 +54,7 @@ function gprobe_run($argv, $argc){ ); } if(count($r)) - poco_load(0,0,$r[0]['id'], str_replace('/profile/','/poco/',$r[0]['url'])); + poco_load(0,0,$r[0]['id'], str_replace('/channel/','/poco/',$r[0]['url'])); return; } |