Skip to content
Snippets Groups Projects
Commit c8bbb094 authored by Anika Henke's avatar Anika Henke
Browse files

removed deprecated third param of cleanID()

parent 6a5d6817
No related branches found
No related tags found
No related merge requests found
......@@ -94,9 +94,8 @@ function getID($param='id',$clean=true){
* @author Andreas Gohr <andi@splitbrain.org>
* @param string $raw_id The pageid to clean
* @param boolean $ascii Force ASCII
* @param boolean $media DEPRECATED
*/
function cleanID($raw_id,$ascii=false,$media=false){
function cleanID($raw_id,$ascii=false){
global $conf;
static $sepcharpat = null;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment