Sync filenames with SVN repo (#57)
Returns to the original file names for the `class/dashboard/` directory (for now at least)
This commit is contained in:
parent
ef6dd57310
commit
6b9e602d07
8 changed files with 10 additions and 10 deletions
|
@ -35,5 +35,5 @@ function mci_footnotes_require_php_files( $p_str_directory ) {
|
|||
}
|
||||
|
||||
mci_footnotes_require_php_files( dirname( __FILE__ ) . '/class' );
|
||||
mci_footnotes_require_php_files( dirname( __FILE__ ) . '/class/layout' );
|
||||
mci_footnotes_require_php_files( dirname( __FILE__ ) . '/class/dashboard' );
|
||||
mci_footnotes_require_php_files( dirname( __FILE__ ) . '/class/widgets' );
|
||||
|
|
Reference in a new issue