Skip to content

Commit 3124784

Browse files
authored
Merge pull request #3 from physcocode/master
Fixing Typo
2 parents 415b057 + e4a95bb commit 3124784

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

autoload.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
}
55
// prep core classes to be autoloadable
66
spl_autoload_register('_minds_autoload');
7-
//elgg_register_classes(dirname(__FILE__) . '/legacy/classes');
87

98
/**
109
* Autoload classes

start.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*/
55

66
/**
7-
* The time with microseconds when the Elgg engine was started.
7+
* The time with microseconds when the Minds engine was started.
88
*
99
* @global float
1010
*/

0 commit comments

Comments
 (0)