소스 검색

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

Conflicts:
	lib/pico.php
Curtis Mattoon 12 년 전
부모
커밋
8141ccaeb5
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      lib/pico.php

+ 1 - 0
lib/pico.php

@@ -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]);