Conflicts:
	lib/pico.php
This commit is contained in:
Curtis Mattoon 2013-08-06 21:43:49 -04:00
parent 10eeea80c1
commit 8141ccaeb5

View file

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