Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Pixel Humain
api
Commits
5d49bab4
Commit
5d49bab4
authored
Feb 07, 2020
by
thomas craipeau
Browse files
bug fix merge
parent
c716f745
Changes
1
Show whitespace changes
Inline
Side-by-side
ApiModule.php
View file @
5d49bab4
...
...
@@ -62,10 +62,6 @@ class ApiModule extends CWebModule
$this
->
id
.
'.messages.*'
));
}
public
function
getParentAssetsUrl
()
{
return
(
@
Yii
::
app
()
->
params
[
"module"
][
"parent"
]
)
?
Yii
::
app
()
->
getModule
(
Yii
::
app
()
->
params
[
"module"
][
"parent"
]
)
->
getAssetsUrl
()
:
self
::
getAssetsUrl
();
}
public
function
beforeControllerAction
(
$controller
,
$action
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment