mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-29 19:33:54 +01:00
read all installed apps and not just the enabled ones
This commit is contained in:
parent
cc848debf2
commit
5e3541c5b2
@ -252,7 +252,7 @@ class applications
|
|||||||
*/
|
*/
|
||||||
function read_installed_apps()
|
function read_installed_apps()
|
||||||
{
|
{
|
||||||
foreach($this->db->select($this->table_name,'*','app_enabled != 0',__LINE__,__FILE__,false,'ORDER BY app_order ASC') as $row)
|
foreach($this->db->select($this->table_name,'*',false,__LINE__,__FILE__,false,'ORDER BY app_order ASC') as $row)
|
||||||
{
|
{
|
||||||
$title = $app_name = $row['app_name'];
|
$title = $app_name = $row['app_name'];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user