Listing of notifications added
[mailer.git] / inc / functions.php
index 28ecf9e432de2d93a6374fba939db375243dac24..6ec587a530fb2549fad5e5e330586065e9261e01 100644 (file)
@@ -2374,6 +2374,9 @@ function GET_DIR_AS_ARRAY ($baseDir, $prefix) {
        // Close directory
        closedir($dirPointer);
 
+       // Sort array
+       asort($INCs);
+
        // Return array with include files
        return $INCs;
 }