Marius Cramer
2015-04-15 a563d594aeb6f9d6553bfb9ed10aff5ffdd20d10
interface/web/dashboard/lib/custom_menu.inc.php
@@ -71,7 +71,7 @@
            $rows[] = array('title' => $item->get_title(),
               'link' => $item->get_link(),
               'content' => $item->get_content(),
               'date' => $item->get_date('Y-m-d')
               'date' => $item->get_date($app->lng('conf_format_dateshort'))
            );
         }
         $n++;