1
0
mirror of https://github.com/processwire/processwire.git synced 2025-08-10 16:54:44 +02:00

Some additional updates and fixes for pages export/import

This commit is contained in:
Ryan Cramer
2017-08-25 10:18:09 -04:00
parent fc2b7944a2
commit e96d740586
5 changed files with 70 additions and 15 deletions

View File

@@ -133,7 +133,7 @@ class Fieldgroup extends WireArray implements Saveable, Exportable, HasLookupIte
/**
* Remove a field from this fieldgroup
*
* Note that this must be followed up with a `$field->save()` before it does anything destructive.
* Note that this must be followed up with a `$fieldgroup->save()` before it does anything destructive.
* This method does nothing more than queue the removal.
*
* _Technical Details_