mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 08:52:39 +01:00
Fix a typo in exception message
This commit is contained in:
parent
f6fcf034c1
commit
12973fca36
1 changed files with 1 additions and 1 deletions
|
@ -363,7 +363,7 @@ abstract class DiffusionRequest {
|
|||
|
||||
if ($req_branch && !strlen($branch)) {
|
||||
throw new Exception(
|
||||
"Diffusion URI action '{$action}' requires brnach!");
|
||||
"Diffusion URI action '{$action}' requires branch!");
|
||||
}
|
||||
|
||||
switch ($action) {
|
||||
|
|
Loading…
Reference in a new issue