mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-06-05 15:09:37 +09:00
* maybe fix for init download routing;
This commit is contained in:
@@ -550,6 +550,7 @@ if ( ! class_exists( 'UM' ) ) {
|
||||
$this->user();
|
||||
$this->profile();
|
||||
$this->builtin();
|
||||
$this->files();
|
||||
$this->form()->hooks();
|
||||
$this->permalinks();
|
||||
$this->cron();
|
||||
@@ -1273,7 +1274,7 @@ if ( ! class_exists( 'UM' ) ) {
|
||||
*
|
||||
* @return um\core\Files
|
||||
*/
|
||||
function files() {
|
||||
public function files() {
|
||||
if ( empty( $this->classes['files'] ) ) {
|
||||
$this->classes['files'] = new um\core\Files();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user