Explorar o código

Copied fix from PR #611

Stephen Ficklin %!s(int64=6) %!d(string=hai) anos
pai
achega
4f9db3475f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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);
   }
 
 }