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
0c3455d2
Commit
0c3455d2
authored
Jan 22, 2020
by
Raph El
Browse files
Merge branch 'master' into notragoraV2
parents
70821866
e71853c2
Changes
1
Show whitespace changes
Inline
Side-by-side
ApiModule.php
View file @
0c3455d2
...
...
@@ -79,6 +79,10 @@ class ApiModule extends CWebModule
return
false
;
}
private
$_assetsUrl
;
public
function
getParentAssetsUrl
()
{
return
(
@
Yii
::
app
()
->
params
[
"module"
][
"parent"
]
)
?
Yii
::
app
()
->
getModule
(
Yii
::
app
()
->
params
[
"module"
][
"parent"
]
)
->
getAssetsUrl
()
:
self
::
getAssetsUrl
();
}
public
function
getAssetsUrl
()
{
...
...
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