fusionpbx/resources/classes
Alexey Melnichuk ec95fc5f24 Fix. Use default value in function definition.
On `themes/default/template.php` it called without args
```PHP
$menu_array = $menu->menu_array();
```

And it produce PHP warning.
2016-03-30 09:39:15 +03:00
..
event/handler WhitespaceClean-resources/classes 2016-03-11 12:08:26 +00:00
EventSocket.php Fix. Parse ESL response more accurate. 2015-08-25 14:14:28 +04:00
array_order.php Move the class files from includes to the resources directory. 2013-07-06 07:16:58 +00:00
cache.php WhitespaceClean-resources/classes 2016-03-11 12:08:26 +00:00
config.php Change $_SERVER['DOCUMENT_ROOT'].PROJECT_PATH to $_SERVER["PROJECT_ROOT"]. 2016-01-17 00:01:13 -07:00
database.php Change $_SERVER['DOCUMENT_ROOT'].PROJECT_PATH to $_SERVER["PROJECT_ROOT"]. 2016-01-17 00:01:13 -07:00
destinations.php Revert "Revert "Revert "search selects""" 2016-03-24 22:25:18 -06:00
directory.php WhitespaceClean-resources/classes 2016-03-11 12:08:26 +00:00
domains.php Only call the scripts class if its installed. 2016-03-27 00:33:19 -06:00
events.php Add the app session languages array as a list of available languages that have been translated for that application. 2015-01-18 07:52:28 +00:00
fax.php WhitespaceClean-resources/classes 2016-03-11 12:08:26 +00:00
logging.php Fix. Create log file only if necessary. 2015-08-12 12:44:42 +04:00
menu.php Fix. Use default value in function definition. 2016-03-30 09:39:15 +03:00
orm.php WhitespaceClean-resources/classes 2016-03-11 12:08:26 +00:00
permissions.php WhitespaceClean-resources/classes 2016-03-11 12:08:26 +00:00
root.php Rename .project.ROOT to project_root.php this conforms better with current file naming standards. 2016-02-22 14:01:18 -07:00
schema.php Use the new config class in the domains and schema classes. 2015-11-27 19:59:50 -07:00
template.php WhitespaceClean-resources/classes 2016-03-11 12:08:26 +00:00
text.php Change $language_name to $text['language-name'] this will follow current naming standards in app_languages.php and reduces code needed in the text class. 2016-03-12 22:06:57 -07:00
vcard.php Update the constructor in the vcard class. 2016-01-20 23:56:06 -07:00