Skip to content
Snippets Groups Projects
Commit b05d16e3 authored by Demian Katz's avatar Demian Katz Committed by Robert Lange
Browse files

Style fix.

parent 3e9eb72b
No related merge requests found
...@@ -693,7 +693,7 @@ class User extends RowGateway implements \VuFind\Db\Table\DbTableAwareInterface, ...@@ -693,7 +693,7 @@ class User extends RowGateway implements \VuFind\Db\Table\DbTableAwareInterface,
$this->save(); $this->save();
} }
/* /**
* Update the user's email address, if appropriate. Note that this does NOT * Update the user's email address, if appropriate. Note that this does NOT
* automatically save the row; it assumes a subsequent call will be made to * automatically save the row; it assumes a subsequent call will be made to
* the save() method. * the save() method.
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment