Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion autoload.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
}
// prep core classes to be autoloadable
spl_autoload_register('_minds_autoload');
//elgg_register_classes(dirname(__FILE__) . '/legacy/classes');

/**
* Autoload classes
Expand Down
2 changes: 1 addition & 1 deletion start.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*/

/**
* The time with microseconds when the Elgg engine was started.
* The time with microseconds when the Minds engine was started.
*
* @global float
*/
Expand Down