mirror of
https://github.com/sbrl/Pepperminty-Wiki.git
synced 2024-11-22 16:33:00 +00:00
Make comment more verbose
This commit is contained in:
parent
d6c56feb1d
commit
9f9ee73dd4
1 changed files with 1 additions and 1 deletions
2
pack.php
2
pack.php
|
@ -97,7 +97,7 @@ foreach($module_list as $module)
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
||||||
// Pack the extra files
|
// Pack the extra files that were downloaded in build.php
|
||||||
foreach($module->extra_data as $filepath_pack => $extra_data_item) {
|
foreach($module->extra_data as $filepath_pack => $extra_data_item) {
|
||||||
if(is_string($extra_data_item)) {
|
if(is_string($extra_data_item)) {
|
||||||
// TODO: Test whether this works for urls. If not, then we'll need to implement a workaround
|
// TODO: Test whether this works for urls. If not, then we'll need to implement a workaround
|
||||||
|
|
Loading…
Reference in a new issue