diff options
author | Mike Macgirvin <mike@macgirvin.com> | 2010-09-28 22:12:27 -0700 |
---|---|---|
committer | Mike Macgirvin <mike@macgirvin.com> | 2010-09-28 22:12:27 -0700 |
commit | 18287a365693d0607be76091679cb45dc2748a6f (patch) | |
tree | 213bc6b735e7c25a1401d565fa60dcae2424ea12 /test/typo.php | |
parent | dd3f754e235e286207ee638e75c601ca1e809936 (diff) | |
download | volse-hubzilla-18287a365693d0607be76091679cb45dc2748a6f.tar.gz volse-hubzilla-18287a365693d0607be76091679cb45dc2748a6f.tar.bz2 volse-hubzilla-18287a365693d0607be76091679cb45dc2748a6f.zip |
show lockstate on messages, sparkle failure on profile page,
comments on typo checker
Diffstat (limited to 'test/typo.php')
-rw-r--r-- | test/typo.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/typo.php b/test/typo.php index c8b94be21..e3141a46e 100644 --- a/test/typo.php +++ b/test/typo.php @@ -1,4 +1,8 @@ <?php + // Tired of chasing typos and finding them after a commit. + // Run this from cmdline in basedir and quickly see if we've + // got any parse errors in our application files. + include 'boot.php'; $a = new App(); |