Update Pages 'cHandle'
Permalink
How I can updat 'cHandle' from form. Is there some bug, at least documentation and api has awful naming
$page = Page::getByID($pageId);
$update = array(
'cName' => $name,
'cHandle' => $url
);
$page->update($update);
$page = Page::getByID($pageId);
$update = array(
'cName' => $name,
'cHandle' => $url
);
$page->update($update);
I think you need a $page->rescanCollectionPath();
see http://www.concrete5.org/index.php?cID=366398...