Plugin Directory

Changeset 818823


Ignore:
Timestamp:
12/11/2013 11:28:08 AM (12 years ago)
Author:
pskli
Message:

Including Cuzom class only if not existing.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • projector/trunk/msk-projector.php

    r818713 r818823  
    2121if ( !defined( 'MSK_PROJECTOR_VERSION' ) )   define( 'MSK_PROJECTOR_VERSION', '0.1' );
    2222
    23 require_once( trailingslashit( MSK_PROJECTOR_PATH ) . 'inc/cuztom/cuztom.php' );
     23if ( !class_exists('Cuztom') ) require_once( trailingslashit( MSK_PROJECTOR_PATH ) . 'inc/cuztom/cuztom.php' );
    2424
    2525require_once( trailingslashit( MSK_PROJECTOR_PATH ) . 'classes/class-msk-projector.php' );
Note: See TracChangeset for help on using the changeset viewer.