Browse Source

Merge branch 'master' of https://github.com/cmattoon/Pico

Conflicts:
	lib/pico.php
Curtis Mattoon 12 years ago
parent
commit
8141ccaeb5
1 changed files with 1 additions and 0 deletions
  1. 1 0
      lib/pico.php

+ 1 - 0
lib/pico.php

@@ -218,6 +218,7 @@ class Pico {
 				unset($pages[$key]);
 				unset($pages[$key]);
 				continue;
 				continue;
 			}
 			}
+
                         // Ignore Emacs (and Nano) temp files
                         // Ignore Emacs (and Nano) temp files
                         if (in_array(substr($page, -1), array('~','#'))) {
                         if (in_array(substr($page, -1), array('~','#'))) {
 			    unset($pages[$key]);
 			    unset($pages[$key]);