2013-04-19 Miguel de Dios <miguel.dedios@artica.es>
* mobile/operation/modules.php: fixed another typo bug in the code that throwed PHP notices. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8017 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
c2bb044405
commit
afb35e376e
|
@ -1,3 +1,8 @@
|
|||
2013-04-19 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* mobile/operation/modules.php: fixed another typo bug in the code
|
||||
that throwed PHP notices.
|
||||
|
||||
2013-04-19 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* mobile/operation/modules.php: fixed the typo bugs in the code.
|
||||
|
|
|
@ -620,7 +620,7 @@ class Modules {
|
|||
|
||||
$module_group = db_get_value('name',
|
||||
'tmodule_group', 'id_mg', $this->module_group);
|
||||
$module_groups = io_safe_output($module_groups);
|
||||
$module_group = io_safe_output($module_group);
|
||||
$tag = tags_get_name($this->tag);
|
||||
|
||||
$string = sprintf(
|
||||
|
|
Loading…
Reference in New Issue