Browse Source

smart_build.php: a small fix to catalog handling

pull/18/head
czaks 9 years ago
parent
commit
e1a8c4aa7d
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      smart_build.php

+ 2
- 0
smart_build.php View File

@@ -94,6 +94,8 @@ function sb_ukko() {
}

function sb_catalog($b) {
if (!openBoard($b)) return false;

rebuildTheme("catalog", "post-thread", $b);
return true;
}


Loading…
Cancel
Save