ClearOS Bug Tracker


View Revisions: Issue #1543 All Revisions ] Back to Issue ]
Summary 0001543: Change "views" check in app listing
Revision 2014-02-13 10:08 by user2
Description The Apps->get_list() method checks to see if a "views" directory exists as a last check to see if the app has a GUI. Webapps won't have this directory, so this check causes grief. Change the check to "htdocs" instead (always required due to app logo).
Revision 2014-02-06 16:00 by user2
Description The Apps->get_list() method checks to see if a "views" directory exists as a last check to see if the app has a GUI. Webapps won't have this directory, so this check causes grief. Remove the check and rely on the data in info.php.