Browse Source

smart_build.php: a small fix to catalog handling

pull/40/head
czaks 9 years ago
parent
commit
e1a8c4aa7d
  1. 2
      smart_build.php

2
smart_build.php

@ -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