Changeset 1336734
- Timestamp:
- 01/27/2016 01:48:50 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
invitations-for-slack/trunk/invitations-for-slack/autoloader.php
r1336731 r1336734 6 6 * @param $classname 7 7 */ 8 function autoload_function( $classname )8 function invitations_for_slack_autoload_function( $classname ) 9 9 { 10 10 $class = str_replace( '\\', DIRECTORY_SEPARATOR, str_replace( '_', DIRECTORY_SEPARATOR, strtolower($classname) ) ); … … 17 17 } 18 18 19 spl_autoload_register(' autoload_function');19 spl_autoload_register('invitations_for_slack_autoload_function');
Note: See TracChangeset
for help on using the changeset viewer.