mirror of
https://github.com/processwire/processwire.git
synced 2025-08-08 15:57:01 +02:00
Bump version to 3.0.153
This commit is contained in:
@@ -50,7 +50,7 @@ $wire = null;
|
||||
try {
|
||||
// Bootstrap ProcessWire's core and make the API available with $wire
|
||||
$wire = new ProcessWire($config);
|
||||
$process = $wire->modules->get('ProcessPageView');
|
||||
$process = $wire->modules->get('ProcessPageView'); /** @var ProcessPageView $process */
|
||||
$wire->wire('process', $process);
|
||||
echo $process->execute($config->internal);
|
||||
$config->internal ? $process->finished() : extract($wire->wire('all')->getArray());
|
||||
|
Reference in New Issue
Block a user