Browse Source

Copied fix from PR #611

Stephen Ficklin 6 years ago
parent
commit
4f9db3475f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      legacy/tripal_pub/tripal_pub.install

+ 1 - 1
legacy/tripal_pub/tripal_pub.install

@@ -16,7 +16,7 @@ function tripal_pub_disable() {
   require_once("tripal_pub.views_default.inc");
   $views = tripal_pub_views_default_views();
   foreach (array_keys($views) as $view_name) {
-    tripal_disable_view($view_name,FALSE,array('suppress_error' => TRUE));
+    tripal_disable_view($view_name, FALSE);
   }
 
 }