]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - inc/poche/Poche.class.php
add about page
[github/wallabag/wallabag.git] / inc / poche / Poche.class.php
index ecb2a51f8ea360df44a117241e7e25486a6871b1..16235474bf601a4cc321bf1513b7d9e59326c1a1 100755 (executable)
@@ -314,6 +314,8 @@ class Poche
 
         switch ($view)
         {
+            case 'about':
+                break;
             case 'config':
                 $dev_infos = $this->_getPocheVersion('dev');
                 $dev = trim($dev_infos[0]);