mirror of
https://github.com/humhub/humhub.git
synced 2025-01-18 06:38:14 +01:00
Update ContentContainerActiveRecord.php
make `createUrl()` signature compatible with Child classes: -dd388cb336/protected/humhub/modules/space/models/Space.php (L378)
-dd388cb336/protected/humhub/modules/user/models/User.php (L565)
This commit is contained in:
parent
dd388cb336
commit
431f21660a
@ -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