- file uploading/downloading fixes;

This commit is contained in:
nikitozzzzzzz
2018-09-14 14:39:05 +03:00
parent c922067f9c
commit da74fa7000
9 changed files with 178 additions and 23 deletions
+9
View File
@@ -54,6 +54,12 @@ if ( ! class_exists( 'UM' ) ) {
public $is_filtering;
/**
* @var
*/
public $permalinks;
/**
* @var array Languages
*/
@@ -173,6 +179,9 @@ if ( ! class_exists( 'UM' ) ) {
* @since 2.0.18
*/
function _um_construct() {
if ( get_option( 'permalink_structure' ) )
$this->permalinks = true;
//register autoloader for include UM classes
spl_autoload_register( array( $this, 'um__autoloader' ) );