Changeset 2822:c3025a8a482a
- Timestamp:
- 11/27/14 15:27:57 (11 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/admin/lib.dc.adminurl.php
r2814 r2822 96 96 * @return string the forged decoded url 97 97 */ 98 public function decode($name,$params=array(),$separator='& amp;')98 public function decode($name,$params=array(),$separator='&') 99 99 { 100 100 return urldecode($this->get($name,$params,$separator));
Note: See TracChangeset
for help on using the changeset viewer.