Plugin Directory

Changeset 1336734


Ignore:
Timestamp:
01/27/2016 01:48:50 AM (10 years ago)
Author:
rheinardkorf
Message:

Update function name to avoid possible future conflicts.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • invitations-for-slack/trunk/invitations-for-slack/autoloader.php

    r1336731 r1336734  
    66 * @param $classname
    77 */
    8 function autoload_function( $classname )
     8function invitations_for_slack_autoload_function( $classname )
    99{
    1010    $class = str_replace( '\\', DIRECTORY_SEPARATOR, str_replace( '_', DIRECTORY_SEPARATOR, strtolower($classname) ) );
     
    1717}
    1818
    19 spl_autoload_register('autoload_function');
     19spl_autoload_register('invitations_for_slack_autoload_function');
Note: See TracChangeset for help on using the changeset viewer.