UpdateDatabase.php
authorAlan Knowles <alan@roojs.com>
Mon, 21 Oct 2013 05:18:44 +0000 (13:18 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 21 Oct 2013 05:18:44 +0000 (13:18 +0800)
UpdateDatabase.php

index fd6a03a..312a756 100644 (file)
@@ -155,7 +155,7 @@ class Pman_Core_UpdateDatabase extends Pman
                 ) { // skip migration scripts at present..
                     continue;
                 }
-                if (!strlen(triem($fn))) {
+                if (!strlen(trim($fn))) {
                     continue;
                 }