# HG changeset patch # User Nathan Phillip Brink # Date 2010-10-19 15:06:41 # Node ID 741b915a23fe16e28163a04942a04a5ce72b3ac4 # Parent 12553a2740cb61cde9cc09d955f0f10428635028 During autocompletion, don't ever return ``Oops''. diff --git a/auto.php b/auto.php --- a/auto.php +++ b/auto.php @@ -128,8 +128,7 @@ if (file_exists($classes_file)) /** * Nothing caught.. */ -echo '["Oops"]'; -exit(0); +clean_empty_exit(); /** * \brief