diff --git a/nntmux/utility/Utility.php b/nntmux/utility/Utility.php index aaafe1d26..f91872e94 100755 --- a/nntmux/utility/Utility.php +++ b/nntmux/utility/Utility.php @@ -366,6 +366,9 @@ class Utility return $string === '' ? false : $string; } + /** + * @param $path + */ public static function setCoversConstant($path) { if (! \defined('NN_COVERS')) { @@ -382,7 +385,7 @@ class Utility case empty($path): // Default to resources location. default: \define('NN_COVERS', NN_RES.'covers'.DS); - }`` + } } }