1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-24 23:16:28 +02:00

featurebox bugfixes

This commit is contained in:
secretr
2009-12-13 10:28:15 +00:00
parent 321e57d58d
commit ddba35bc51
3 changed files with 14 additions and 10 deletions

View File

@@ -9,8 +9,8 @@
* Form Handler
*
* $Source: /cvs_backup/e107_0.8/e107_handlers/form_handler.php,v $
* $Revision: 1.97 $
* $Date: 2009-12-12 16:40:40 $
* $Revision: 1.98 $
* $Date: 2009-12-13 10:28:15 $
* $Author: secretr $
*
*/
@@ -1359,10 +1359,10 @@ class e_form
$info = array();
if($layouts[1])
{
foreach ($layouts[1] as $key => $info_array)
foreach ($layouts[1] as $k => $info_array)
{
if(isset($info_array['description']))
$info[$key] = defset($info_array['description'], $info_array['description']);
$info[$k] = defset($info_array['description'], $info_array['description']);
}
}