X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/blobdiff_plain/d7aecf6ddc19d1dac30ec5616134c2a7e7f4d573..50686a73a27b09d0a4e0a5068cb687c4df6670fd:/ikiwiki diff --git a/ikiwiki b/ikiwiki index 2087b1baf..6c157132f 100755 --- a/ikiwiki +++ b/ikiwiki @@ -499,9 +499,9 @@ sub main () { #{{{ loadindex(); require IkiWiki::Render; rcs_update(); - rcs_notify() if $config{notify}; rcs_getctime() if $config{getctime}; refresh(); + rcs_notify() if $config{notify}; saveindex(); } } #}}}