Kaynağa Gözat

Apply 1 suggestion(s) to 1 file(s)

issue/2315-poll-notify
feld 3 yıl önce
ebeveyn
işleme
d817bae802
1 değiştirilmiş dosya ile 2 ekleme ve 0 silme
  1. +2
    -0
      lib/mix/tasks/pleroma/config.ex

+ 2
- 0
lib/mix/tasks/pleroma/config.ex Dosyayı Görüntüle

@@ -316,6 +316,8 @@ defmodule Mix.Tasks.Pleroma.Config do
end

defp maybe_atomize(arg) when is_atom(arg), do: arg
defp maybe_atomize(":" <> arg), do: maybe_atomize(arg)

defp maybe_atomize(arg) when is_binary(arg) do
if ConfigDB.module_name?(arg) do


Yükleniyor…
İptal
Kaydet