ci4-adminController icon indicating copy to clipboard operation
ci4-adminController copied to clipboard

While using locales in the url the the arguments get borked

Open mpmont opened this issue 4 years ago • 0 comments

Example:

en/controller/method/param


public function method($param) {
   echo $param; // Outputs method
} 

mpmont avatar Nov 07 '20 15:11 mpmont