mirror of
https://github.com/humhub/humhub.git
synced 2025-01-18 06:38:14 +01:00
Merge pull request #1739 from cebe/patch-3
Update ContentContainerActiveRecord.php
This commit is contained in:
commit
c88540ac52
@ -71,11 +71,11 @@ class ContentContainerActiveRecord extends ActiveRecord
|
||||
* Creates url in content container scope.
|
||||
* E.g. add uguid or sguid parameter to parameters.
|
||||
*
|
||||
* @param type $route
|
||||
* @param type $params
|
||||
* @param type $ampersand
|
||||
* @param string $route
|
||||
* @param array $params
|
||||
* @param boolean|string $scheme
|
||||
*/
|
||||
public function createUrl($route, $params = array(), $ampersand = '&')
|
||||
public function createUrl($route = null, $params = array(), $scheme = false)
|
||||
{
|
||||
return "";
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user