diff --git a/ext/pools/main.php b/ext/pools/main.php index 6a5566763..2be607712 100644 --- a/ext/pools/main.php +++ b/ext/pools/main.php @@ -135,6 +135,8 @@ public function onInitExt(InitExtEvent $event): void { global $config; + Image::$prop_types["image_order"] = ImagePropType::INT; + // Set the defaults for the pools extension $config->set_default_int(PoolsConfig::MAX_IMPORT_RESULTS, 1000); $config->set_default_int(PoolsConfig::IMAGES_PER_PAGE, 20);