summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorRobin Millette <millette@controlyourself.ca>2009-05-26 23:46:37 -0400
committerRobin Millette <millette@controlyourself.ca>2009-05-26 23:46:37 -0400
commit37423b12d7a58bae728476c6f1a8ff3fef4c6d9f (patch)
tree217ec5f9a970d2f411946e62b17d3d7b2aace2b2 /index.php
parentaf700ea27703bbec5aa1078a84f9fd44c0260322 (diff)
parent1034bd67b015ae3023042dc3cb0ba684e3ee4c72 (diff)
Merge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev into upload
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/index.php b/index.php
index c2972ec5f..4eff99dff 100644
--- a/index.php
+++ b/index.php
@@ -69,6 +69,8 @@ function main()
}
global $user, $action, $config;
+ Snapshot::check();
+
if (!_have_config()) {
$msg = sprintf(_("No configuration file found. Try running ".
"the installation program first."));