You are here

function pathfilter_update_6200 in Path Filter 6.2

Add internal and files to allowed protocol variable.

File

./pathfilter.install, line 61
Provides install and uninstall functions for pathfilter.

Code

function pathfilter_update_6200() {
  $ret = array();
  $allowed_protocols = _pathfilter_allowed_protocol_helper();
  variable_set('filter_allowed_protocols', $allowed_protocols);
  return $ret;
}