In vault/core/controller/dm/page/vw.php, find:
Code:
if ($node['accesskey'] == 'Attach' AND in_array('Attach', $this->skip_dms) AND $this->instance->get_info('extension'))
Replace with:
Code:
if (
$node['accesskey'] == 'Attach' AND
$this->instance->get_info('extension') AND
(
in_array('Attach', $this->skip_dms) OR
$this->instance->get_info('skip_node_updates')
)
)
Then, go to AdminCP > Wiki > Maintenance > Rebuild Counters / Caches > Rebuild Page URLs. Please run this tool, and let me know if the issue persists.
Bookmarks